home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <TITLE>Crystal Management Console</TITLE>
- </HEAD>
- <script src="%18js/cookie.js"></script>
- <script language=javascript>
-
- var _loc = "";
- var _cols = "";
-
- function goHome()
- {
- frames["target_frame"].location = "%4";
- }
-
- function goUser(id)
- {
- var start_url = "%5"
- start_url += "&id=" + id;
-
- frames["target_frame"].location = start_url;
- }
-
- function goGroup(id)
- {
- var start_url = "%6";
- start_url += "&id=" + id;
-
- frames["target_frame"].location = start_url;
- }
-
- function goEvent(id)
- {
- var start_url = "%6";
- start_url += "&id=" + id;
-
- frames["target_frame"].location = start_url;
- }
-
- function goServerGroup(id)
- {
- frames["target_frame"].location = "%12" + "&display=frameset&contentsrc=tabframeset&groupid=" + id;
- }
-
- function goAccount(id, isUser)
- {
- if(isUser)
- goUser(id);
- else
- goGroup(id);
- }
-
-
- function goUsers()
- {
- frames["target_frame"].location = "%7";
- }
-
- function goGroups()
- {
- frames["target_frame"].location = "%8";
- }
-
- function goReports()
- {
- frames["target_frame"].location = "%9";
- }
-
- function goFolders()
- {
- frames["target_frame"].location = "%10";
- }
-
- function goServers()
- {
- frames["target_frame"].location = "%11";
- }
-
- function goServerGroups()
- {
- frames["target_frame"].location = "%12";
- }
-
- function goSettings()
- {
- frames["target_frame"].location = "%13";
- }
-
- function goAuthorization()
- {
- frames["target_frame"].location = "%14";
- }
-
- function goEvents()
- {
- frames["target_frame"].location = "%15";
- }
-
- function goLocation(url)
- {
- frames["target_frame"].location = url;
- }
-
- // fid: the destination folder
- // cmdType: copy or move
- // checked_items: the folders to be copied or moved
- function copyFolderToRoot(fid, cmdType, checked_items)
- {
- url = "%16" + "&cmd=cm&id=" + fid + "&type=" + cmdType + "&checkedItems=" + checked_items;
- frames["target_frame"].location = url;
- }
-
- function restartServer(id)
- {
- var url = "%17" + "&";
- url += "display=frameset&contentsrc=restart&selectedChoices=" + id;
- frames["target_frame"].location = url;
- }
-
- var button_style = %19;
- var height;
- if(button_style == 1)
- {
- height = "60";
- if (document.layers)
- height = "70";
- }
- else if(button_style == 2)
- {
- height = "52";
- if (document.layers)
- height = "65";
- }
- else
- {
- height = "73";
- if (document.layers)
- height = "82";
- }
-
- document.writeln('<FRAMESET FRAMEBORDER="yes" ROWS="' + height + ',*">');
- </SCRIPT>
- <frame name="header_frame" scrolling=no src="%1?draw=header%3" MARGINHEIGHT=0 MARGINWIDTH=0>
- <frame name="target_frame" src="%2" MARGINHEIGHT=0 MARGINWIDTH=0>
- </frameset>
-
- </HTML>
-